#star ul.star {
	background: url(images/stars.gif) repeat-x top left;
	margin: 0;
	padding: 0;
	width: 85px;
	height: 13px;
	left: 4px;
	top: -2px;
	position: relative;
	list-style: none;
	float: left;
	cursor: pointer;
	border: none;
}

#star li {
	margin: 0;
	padding: 0;
	width: 85px;
	height: 13px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	float: left;
	display: block;
}

#star li.curr {
	background: url(images/stars.gif) left 17px;
	font-size: 1px;
	border: none;
}

#star div.user {
	left: 8px;
	position: relative;
	float: left;
	font-size: 13px;
	font-family: Arial;
	color: #888;
}
